home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE03 / EXPERTS / DLLSKEXP < prev    next >
Encoding:
Text File  |  1995-07-07  |  1.0 KB  |  21 lines

  1.                        DLL Skeleton Expert
  2.  
  3. Dr. Bob's DLL Skeleton Expert generates a DLL Skeleton file with optional
  4. ExitProc (BP-compatible or Delphi-only) and two optional example routines
  5. (a function and a procedure, both exported). The generated file is opened
  6. in the Delphi IDE as a new project, so the DLL can be compiled right away.
  7.  
  8. To install the Expert, copy the files to DELPHI\LIB (or somewhere else in
  9. your Delphi Components Search Path) and select "Options|Install" from the
  10. Delphi IDE.  Add the "DLLSKEXP.DCU" file and click on OK to recompile the
  11. COMPLIB.DCL file. After installation you can find the DLL Skeleton Expert
  12. in the Help menu of the Delphi IDE and in the Gallery as Project Expert.
  13.  
  14. Read the accompanying article in The Delphi Magazine for more information
  15. on how to write your own Delphi Experts! (send e-mail to the editor Chris
  16. Frizelle at 70630.717@compuserve.com for a free sample issue). The source
  17. code of this Delphi Expert will be on the subscribers' disk...
  18.  
  19. Groetjes,
  20.           Dr. Bob (drbob@pi.net)
  21.